home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Macintosh Bible Guide to Games
/
GameGuideCd.bin
/
Cheaters
/
Marathon Stuff
/
Pfhorte_1.0d22ƒ
/
Scripts
/
Make Hallway
< prev
next >
Wrap
Text File
|
1995-07-09
|
477b
|
18 lines
* This script is Copyright 1995 by Steve Israelson
* Segments a line and then adds a small hallway
* To that line segment
*
segmentLine 1024
* The pen is at the first point in the line pointing at the
* second, so turn -90 degrees to point away from the line
turn -90
newLine 2048
turn 90
newLine 1024
* Here we use a shortcut to connect to the last line of the
* original starting segment
lastPoint
makeLine
* We are done plotting points, now actually make the poly
closePoly